'Declaration Public Overloads Shared Function Create( _ ByVal binding As Binding, _ ByVal remoteAddress As EndpointAddress _ ) As TServiceChannel
public static TServiceChannel Create( Binding binding, EndpointAddress remoteAddress )
Parameters
- binding
- The System.ServiceModel.Channels.Binding used to configure the endpoint.
- remoteAddress
- The System.ServiceModel.EndpointAddress that provides the location of the service.